POV-Ray : Newsgroups : povray.unofficial.patches : Float factor expected but log found instead : Re: Float factor expected but log found instead Server Time
2 Sep 2024 04:18:32 EDT (-0400)
  Re: Float factor expected but log found instead  
From: david sharp
Date: 21 May 2000 23:55:58
Message: <3928afce@news.povray.org>
David Fontaine <dav### [at] faricynet> wrote in message
news:3928ADAE.15F2E71E@faricy.net...
> #declare KuenSurface = parametric {
>    function (2*sqrt(1+u^2)*cos(u-atan2(u,1))*sin(v))/(1+u^2*sin(v)^2),
>             (2*sqrt(1+u^2)*sin(u-atan2(u,1))*sin(v))/(1+u^2*sin(v)^2),
>             log(tan(.5*v))+(2*cos(v))/(1+u^2+sin(v)^2)
>    <0,0>,<2*pi,pi>
>    <-5,-5,-5>,<5,5,5>
> }
>

In function{}'s it is  'ln' instead of 'log'


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.